Package org.springframework.data.document.mongodb.convert

Interface Summary
MongoConverter  
 

Class Summary
AbstractMongoConverter  
MappingMongoConverter MongoConverter that uses a MappingContext to do sophisticated mapping of domain objects to DBObject.
MongoBeanWrapper Custom Mongo specific BeanWrapper to allow access to bean properties via MongoPropertyDescriptors.MongoPropertyDescriptors.
ObjectIdConverters Wrapper class to contain useful ObjectId-to-something-and-back converters.
SimpleMongoConverter Deprecated. since Spring 1.0 M3 in favor of MappingMongoConverter The MappingMongoConverter provides all the functionality of the SimpleMongoConverter and will replace it as the default converter used.
 

Enum Summary
AbstractMongoConverter.CustomToStringConverter  
ObjectIdConverters.BigIntegerToObjectIdConverter Simple singleton to convert BigIntegers to their ObjectId representation.
ObjectIdConverters.ObjectIdToBigIntegerConverter Simple singleton to convert ObjectIds to their BigInteger representation.
ObjectIdConverters.ObjectIdToStringConverter Simple singleton to convert ObjectIds to their String representation.
ObjectIdConverters.StringToObjectIdConverter Simple singleton to convert Strings to their ObjectId representation.